@charset "UTF-8";
.sun-container, .container { width: 1200px !important; padding: 0 !important; margin: 0 auto; }

p { margin-bottom: 0; }

/*头部*/
.sun-header { background: #ffffff; height: 88px; padding-top: 12px; }
.sun-logo { float: left; background: url(../images/logo_line.png) left 270px center no-repeat; }
.sun-logo img { width: 258px; height: 54px; }
.sun-logo .text { display: inline-block; vertical-align: middle; padding-left: 20px; font-size: 15px; color: #666666; }
.sun-phone { float: right; background-repeat: no-repeat; background-position: left center; padding-left: 65px; }
.sun-phone .title { font-size: 14px; color: #333; line-height: 25px; }
.sun-phone .number { font-size: 26px; color: #fe817d; font-family: Arial; }

/* 导航 */
.sun-menu { height: 51px; background: #3a56ad; }
.sun-nav > li { float: left; width: 14.2857%; position: relative; }
.sun-nav > li > a { display: block; font-size: 16px; color: #ffffff; line-height: 51px; }
.sun-nav > li.active > a, .sun-nav > li:hover > a { color: #fe817d; }
.sun-sub-nav { position: absolute; left: -15px; width: 100%; z-index: 9; display: none; background: #425fba; }
.sun-sub-nav > li > a { display: block; font-size: 14px; color: #ffffff; padding: 10px 15px; line-height: 24px; }
.sun-sub-nav > li > a:hover { background: #3451ac; color: #fe817d; }
.sun-sub-nav > li + li { border-top: 1px solid #304b9f; }

/* banner */
.sun-banner { position: relative; width: 1920px; margin-left: -960px; left: 50%; }
.sun-banner .hd { position: absolute; left: 0; right: 0; font-size: 0; z-index: 9; text-align: center; bottom: 40px; }
.sun-banner .hd li { display: inline-block; width: 48px; height: 2px; background: #fff; margin: 0 8px; }
.sun-banner .hd li.on { background: #fe817d; }
.sun-banner .bd li img { width: 1920px; height: 582px; }

/* 关键字 */
.sun-keywords { background: #f5f5f5; padding: 10px 0; }
.sun-keywords .sun-left { font-size: 14px; color: #444444; line-height: 38px; }
.sun-keywords .sun-left a { color: #444444; margin: 0 8px; }
.sun-keywords .sun-left a:hover { color: #fe817d; }
.sun-left { float: left; }
.sun-right { float: right; }
.sun-keywords .sun-search { width: 248px; height: 38px; background: #fff; border-radius: 5px; position: relative; }
.sun-keywords .sun-search #keyword { width: 210px; height: 38px; padding: 0 10px; font-size: 14px; color: #333; background: none; outline: none; border: none; }
.sun-keywords .sun-search #keyword::placeholder { color: #acacac; }
.sun-keywords .sun-search #s_btn { position: absolute; right: 0; top: 0; height: 38px; width: 38px; background: url(../images/search.png) center no-repeat; outline: none; border: none; font-size: 0; cursor: pointer; }

/* 产品 */
.sun-product { background: #fff; padding: 30px 0 60px 0; }
.sun-title { text-align: center; }
.sun-title h3 { font-size: 20px; color: #3a56ad; font-weight: bold; }
.sun-title h3 span { font-size: 16px; color: #95a5d9; text-transform: uppercase; font-weight: normal; }
.sun-title p { position: relative; margin-top: 10px; font-size: 0; }
.sun-title p:after, .sun-title p:before { position: absolute; top: 8px; content: ''; width: 560px; height: 1px; background: #ebebeb; }
.sun-title p:before { left: 0; }
.sun-title p:after { right: 0; }
.sun-title.white h3 { color: #fff; }
.sun-title.white h3 span { color: #fff; }
.sun-title.white p:after, .sun-title.white p:before { background: #fff; }
.sun-product-box { margin-top: 35px; }
.sun-product-sort { width: 280px; border: 3px solid #3a56ad; border-top: none; }
.sun-product-sort-title { height: 49px; padding: 0 15px; line-height: 49px; font-size: 18px; color: #ffffff; background: #3a56ad url(../images/pro_tit_bg.png) right 15px center no-repeat; }
.sun-product-sort-ul { background: #fff; padding: 10px; }
.sun-product-sort-ul > li { position: relative; }
.sun-product-sort-ul > li > a {     display: block;
    font-size: 14px;
    color: #fe817d;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px;
    padding: 10px 40px 10px 50px;
    border-bottom: 1px dashed #dedede;
    position: relative;
    font-weight: bold; }
.sun-product-sort-ul > li > a:before, .sun-product-sort-ul > li > a:after { position: absolute; content: ''; left: 20px; top: 15px; }
.sun-product-sort-ul > li > a:before { width: 7px; height: 9px; background: #899ace; }
.sun-product-sort-ul > li > a:after { z-index: 9; border-width: 4.5px; border-color: transparent transparent transparent #ffffff; border-style: solid; }
.sun-product-sort-ul > li > a:hover:before { background: #fe817d; }
.sun-product-sort-arrow { position: absolute; width: 17px; height: 17px; border-radius: 50%; background: #ccc; right: 22px; top: 11px; cursor: pointer; text-align: center; }
.sun-product-sort-arrow:after, .sun-product-sort-arrow:before { content: ''; position: absolute; border-width: 5px; border-style: solid; left: 4px; }
.sun-product-sort-arrow:before { border-color: #fff transparent transparent transparent; top: 7px; }
.sun-product-sort-arrow:after { border-color: #ccc transparent transparent transparent; top: 6px; z-index: 9; }
.sun-product-sort-ul > li:hover .sun-product-sort-arrow, .sun-product-sort-ul > li.active .sun-product-sort-arrow { background: #fe817d; }
.sun-product-sort-ul > li:hover .sun-product-sort-arrow:before, .sun-product-sort-ul > li.active .sun-product-sort-arrow:before { border-color: transparent transparent #fff transparent; top: 1px; }
.sun-product-sort-ul > li:hover .sun-product-sort-arrow:after, .sun-product-sort-ul > li.active .sun-product-sort-arrow:after { border-color: transparent transparent #fe817d transparent; top: 2px; }
.sun-product-sort-ul > li:hover > a, .sun-product-sort-ul > li.active > a { color: #fe817d; }
.sun-product-sort-ul > li:hover > a:before, .sun-product-sort-ul > li.active > a:before { background: #fe817d; }
.sun-product-sort-ul > li.active .sun-product-sort-sub { display: block; }
.sun-product-sort-sub { display: none; }
.sun-product-sort-sub > a { display: block; border-bottom: 1px dashed #dedede; font-size: 14px; color: #747474; line-height: 20px; padding: 10px 0 10px 50px; }
.sun-product-sort-sub > a:hover { color: #fe817d; }
.sun-product-sort-more { text-align: center; color: #3a56ad; display: block; font-size: 14px; background: #fff; padding: 20px 0; }
.sun-product-lists { width: 920px; }
.sun-product-lists li { float: left; width: 287px; margin-left: 19px; margin-bottom: 15px; }
.sun-product-lists li .img { display: block; position: relative; overflow: hidden; }
.sun-product-lists li .img:before { position: absolute; z-index: 9; content: ''; left: 0; right: 0; top: 0; bottom: 0; background: rgba(18, 18, 18, 0.55); outline: 1px solid rgba(255, 255, 255, 0.55); outline-offset: -10px; opacity: 0; transition: all .5s ease; }
.sun-product-lists li .img:after { content: url(../images/pro_search.png); position: absolute; z-index: 10; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 21px; height: 21px; opacity: 0; transition: all .5s ease; }
.sun-product-lists li .img img { width: 287px; height: 222px; transition: all .5s ease; }
.sun-product-lists li p { text-align: center; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 14px; color: #333333; margin-top: 10px; line-height: 1.7; }
.sun-product-lists li:hover .img:after, .sun-product-lists li:hover .img:before { opacity: 1; }
.sun-product-lists li:hover .img img { transform: scale(1.1); }
.sun-product-lists li:hover p { color: #fe817d; }

/* 优势 */
.sun-goods { background-position: top center; background-repeat: no-repeat; background-size: cover; padding-top: 30px; padding-bottom: 20px; }
.sun-goods-box { margin-top: 60px; }
.sun-goods-box ul { float: left; width: 600px; padding-left: 24px; }
.sun-goods-box ul:last-child { padding-left: 60px; }
.sun-goods-box li { position: relative; margin-bottom: 40px; padding-left: 107px; }
.sun-goods-box li h3 { font-weight: bold; font-size: 18px; color: #fe9995; margin-bottom: 15px; }
.sun-goods-box li p { font-size: 14px; color: #ffffff; line-height: 24px; height: 48px; overflow: hidden; }
.sun-goods-box li .num { position: absolute; left: 0; width: 56px; height: 56px; border: 1px solid #fff; text-align: center; line-height: 54px; font-size: 33px; border-radius: 50%; color: #ffffff; top: 5px; }
.sun-goods-box li .num:after { content: ''; position: absolute; border-top: 5px solid transparent; border-right: 10px solid transparent; border-bottom: 5px solid transparent; border-left: 10px solid #fff; top: 22px; right: -20px; }

/* 案例 */
.sun-case { background: #fff; padding: 55px 0; }
.sun-case-slide { margin-top: 30px; }
.sun-case-slide .bd { overflow: hidden; }
.sun-case-slide .bd li { float: left; width: 287px; margin-right: 18px; }
.sun-case-slide .bd li .img { display: block; position: relative; overflow: hidden; }
.sun-case-slide .bd li .img:before { position: absolute; z-index: 9; content: ''; left: 0; right: 0; top: 0; bottom: 0; background: rgba(18, 18, 18, 0.55); outline: 1px solid rgba(255, 255, 255, 0.55); outline-offset: -10px; opacity: 0; transition: all .5s ease; }
.sun-case-slide .bd li .img:after { content: url(../images/pro_search.png); position: absolute; z-index: 10; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 21px; height: 21px; opacity: 0; transition: all .5s ease; }
.sun-case-slide .bd li .img img { width: 287px; height: 222px; transition: all .5s ease; }
.sun-case-slide .bd li p { text-align: center; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 14px; color: #333333; margin-top: 10px; line-height: 1.7; }
.sun-case-slide .bd li:hover .img:after, .sun-case-slide .bd li:hover .img:before { opacity: 1; }
.sun-case-slide .bd li:hover .img img { transform: scale(1.1); }
.sun-case-slide .bd li:hover p { color: #fe817d; }

/* 关于 */
.sun-about { background-position: top center; background-repeat: no-repeat; background-size: cover; padding: 40px 0; }
.sun-about-box { margin-top: 30px; }
.sun-about-img { float: left; width: 707px; }
.sun-about-img img { width: 707px; height: 435px; }
.sun-about-text { background: #fff; float: left; width: 591px; height: 335px; margin-top: 50px; margin-left: -100px; padding: 25px; }
.sun-about-con { height: 170px; overflow: hidden; }
.sun-about-con p { font-size: 14px; color: #333333; }
.sun-about-con p strong { font-size: 20px; color: #3751a6; border-bottom: 2px solid #3751a6; line-height: 40px; display: inline-block; margin-bottom: 5px; }
.sun-about-con p em { font-style: normal; font-size: 14px; color: #828282; text-transform: uppercase; }
.sun-about-phone { margin-top: 30px; }
.sun-about-phone h5 { font-size: 14px; color: #777676; margin-bottom: 7px; }
.sun-about-phone .sun-about-phone-box, .sun-about-phone .sun-about-more { display: inline-block; vertical-align: middle; }
.sun-about-phone .sun-about-phone-box { width: 210px; margin-right: 10px; border: 1px solid #3751a6; padding-left: 62px; height: 39px; line-height: 37px; font-size: 18px; color: #333333; font-weight: bold; position: relative; }
.sun-about-phone .sun-about-phone-box span { position: absolute; left: 0; width: 47px; text-align: center; background: #3751a6; }
.sun-about-phone .sun-about-more { font-size: 14px; color: #fe817d; width: 97px; height: 39px; text-align: center; line-height: 37px; border: 1px solid #fe817d; }
.sun-about-phone .sun-about-more:hover { background: #fe817d; color: #fff; }

/* 新闻 */
.sun-news { background: #fff; padding: 60px 0; }
.sun-news-left { width: 840px; }
.sun-news-title { font-size: 20px; color: #3a56ad; font-weight: bold; display: block; border-bottom: 1px solid #ebebeb; }
.sun-news-title p { display: inline-block; padding-bottom: 18px; border-bottom: 2px solid #3a56ad; }
.sun-news-title span { font-weight: normal; font-size: 16px; text-transform: uppercase; }
.sun-news-ul { margin-top: 35px; }
.sun-news-ul .top-li { position: relative; margin-bottom: 15px; padding: 15px 0 15px 100px; }
.sun-news-ul .top-li .date { position: absolute; left: 0; width: 88px; border-right: 1px solid #d8d8d8; text-align: right; padding-right: 13px; font-size: 16px; color: #5b5a5a; }
.sun-news-ul .top-li .date span { display: block; font-size: 22px; color: #4d4d4d; }
.sun-news-ul .top-li h3, .sun-news-ul .top-li p { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 1.5; }
.sun-news-ul .top-li h3 { font-size: 16px; color: #333333; margin-bottom: 7px; }
.sun-news-ul .top-li p { font-size: 14px; color: #666666; }
.sun-news-ul .top-li:hover { background: #f1f3fb; }
.sun-news-ul .top-li:hover .date { color: #3851a0; }
.sun-news-ul .top-li:hover .date span { color: #3851a0; }
.sun-news-ul .top-li:hover h3, .sun-news-ul .top-li:hover p { color: #3851a0; }
.sun-news-ul .bot-li { float: left; width: 400px; padding: 15px 0; border-bottom: 1px dashed #cdcdcd; }
.sun-news-ul .bot-li a { display: block; line-height: 25px; font-size: 16px; color: #333333; padding-left: 22px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; position: relative; }
.sun-news-ul .bot-li a:before, .sun-news-ul .bot-li a:after { position: absolute; content: ''; left: 0; top: 9px; }
.sun-news-ul .bot-li a:before { width: 7px; height: 9px; background: #333; }
.sun-news-ul .bot-li a:after { z-index: 9; border-width: 4.5px; border-color: transparent transparent transparent #fff; border-style: solid; }
.sun-news-ul .bot-li a:hover:before { background: #3851a0; }
.sun-news-ul .bot-li a:hover { color: #3851a0; }
.sun-news-ul .bot-li:nth-of-type(2n) { float: right; }
.sun-news-right { width: 325px; }
.sun-news-right > h2 { padding: 15px 15px 15px 50px; font-size: 20px; color: #ffffff; font-weight: bold; background: #3751a6 url(../images/hot_news_bg.png) left 20px center no-repeat; }
.sun-news-right > h2 a { font-weight: normal; font-size: 12px; color: #ffffff; float: right; margin-top: 5px; }
.sun-news-slide { padding: 8px 8px 20px 8px; border: 1px solid #e7e7e7; border-top: none; }
.sun-news-slide .bd { overflow: hidden; }
.sun-news-slide .bd li .img { display: block; margin-bottom: 5px; }
.sun-news-slide .bd li .img img { width: 306px; height: 164px; }
.sun-news-slide .bd li h3 { font-size: 16px; line-height: 28px; color: #333333; margin-bottom: 10px; padding: 0 13px; height: 56px; overflow: hidden; position: relative; }
.sun-news-slide .bd li h3:before { content: '|'; position: absolute; font-weight: bold; left: 0; top: 0; }
.sun-news-slide .bd li p { font-size: 14px; color: #5b5a5a; padding: 0 13px; line-height: 20px; height: 82px; overflow: hidden; }

/* 合作客户 */
.sun-client { padding: 50px 0; color: #f6f6f6; }
.sun-client-slide { margin-top: 45px; }
.sun-client-slide .bd { overflow: hidden; }
.sun-client-slide .bd li { float: left; width: 186px; height: 94px; margin-right: 15px; }
.sun-client-slide .bd li a { border: 1px solid #e2e1e1; display: block; padding: 5px; background: #fff; }
.sun-client-slide .bd li img { width: 174px; height: 82px; }

/* 通栏 */
.sun-layout { background: #131b33; padding-top: 40px; }
.sun-layout-contact { width: 275px; float: left; }
.sun-layout-logo { margin-bottom: 10px; display: block; }
.sun-layout-logo img { width: 213px; height: 45px; }
.sun-layout-contact p { font-size: 12px; color: #737c9a; line-height: 2; }
.sun-layout-nav { width: 150px; float: left; border-left: 1px dashed #737c9a; border-right: 1px dashed #737c9a; }
.sun-layout-nav a { display: block; text-align: center; font-size: 12px; color: #737c9a; line-height: 2; }
.sun-layout-nav a:hover { text-decoration: underline; }
.sun-layout-message { width: 600px; float: left; padding: 0 40px; border-right: 1px dashed #737c9a; }
.sun-layout-message .input-g { position: relative; padding-left: 50px; margin-bottom: 14px; }
.sun-layout-message .input-g label { font-size: 12px; color: #737c9a; width: 50px; line-height: 25px; position: absolute; left: 0; }
.sun-layout-message .input-g .input-input { width: 100%; height: 25px; border: 1px solid #525c7a; background: transparent; outline: none; color: #737c9a; font-size: 12px; padding: 0 5px; }
.sun-layout-message .input-g textarea.input-input { height: 75px; resize: none; padding-top: 5px; }
.sun-layout-message .input-g input[type="submit"] { width: 100%; background: #fe817d; font-size: 12px; color: #ffffff; border-radius: 0; }
.sun-layout-message .form-g .input-g { width: 48%; float: left; }
.sun-layout-message .form-g .input-g:last-child { float: right; }
.sun-layout-message .code-g { position: relative; }
.sun-layout-message .code-g #checkCodeImg { position: absolute; right: 0; height: 23px; top: 1px; }
.sun-layout-ewm { float: right; text-align: center; }
.sun-layout-ewm img { width: 135px; }
.sun-layout-ewm p { font-size: 12px; color: #737c9a; margin-top: 5px; }
.sun-links { margin-top: 40px; font-size: 12px; color: #737c9a; line-height: 20px; padding: 5px 0; }
.sun-links a { color: #737c9a; display: inline-block; margin-right: 10px; }
.sun-links a:nth-child(6){display:none;}
.sun-links a:nth-child(15){display:none;}
.sun-links a:hover { text-decoration: underline; }
.sun-links a:nth-child(13){display:none;}
.sun-links a:nth-child(8){display:none;}
.sun-links a:nth-child(3){display:none;}
.n-default .msg-wrap { top: 0; }

/* 页脚 */
.sun-footer { background: #0f1528; padding: 10px 0; line-height: 20px; font-size: 12px; color: #5f6784; text-align: center; }
.sun-footer a { color: #5f6784; }
.sun-footer a:hover { text-decoration: underline; }
.sun-footer .demo-seo { float: none; display: inline-block; margin-left: 20px; }

/* 内页 banner */
.page-banner { width: 1920px; position: relative; left: 50%; margin-left: -960px; }
.page-banner img { width: 1920px; height: 350px; }

/* 内页当前位置 */
.page-position { background: #f5f5f5; color: #444444; }
.page-position img { display: inline-block; vertical-align: 0; }
.page-position a { color: #444444; }

/* 内页基本样式 */
.page-wrap { padding: 20px 0 50px 0; }
.page-wrap-left { float: left; width: 280px; margin-right: 18px; }
.xypg-left-box { margin-bottom: 20px; }
.xypg-left-title { height: 49px; padding: 0 15px; line-height: 49px; font-size: 18px; color: #ffffff; background: #3a56ad url(../images/pro_tit_bg.png) right 15px center no-repeat; text-align: left; }
.xypg-left-title span:after, .xypg-left-title span:before { display: none; }
.xypg-left-con { border: 3px solid #3a56ad; /* 左侧分类 */ /* 最新新闻 */ /* 左侧联系 */ }
.xypg-left-nav { margin: 5px; }
.xypg-left-nav > li > a { display: block; font-size: 14px; color: #333333; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 20px; padding: 10px 40px 10px 20px; position: relative; }
.xypg-left-nav > li > a:before, .xypg-left-nav > li > a:after { position: absolute; content: ''; left: 5px; top: 15px; }
.xypg-left-nav > li > a:before { width: 7px; height: 9px; background: #899ace; }
.xypg-left-nav > li > a:after { z-index: 9; border-width: 4.5px; border-color: transparent transparent transparent #ffffff; border-style: solid; }
.xypg-left-nav > li > a:hover:before { background: #fe817d; }
.xypg-left-nav > li .first-nav-btn { position: absolute; width: 17px; height: 17px; border-radius: 50%; background: #ccc; right: 22px; top: 11px; cursor: pointer; text-align: center; }
.xypg-left-nav > li .first-nav-btn:after, .xypg-left-nav > li .first-nav-btn:before { content: ''; position: absolute; border-width: 5px; border-style: solid; left: 4px; }
.xypg-left-nav > li .first-nav-btn:before { border-color: #fff transparent transparent transparent; top: 7px; }
.xypg-left-nav > li .first-nav-btn:after { border-color: #ccc transparent transparent transparent; top: 6px; z-index: 9; }
.xypg-left-nav > li .first-nav-btn.clicked { background: #fe817d; }
.xypg-left-nav > li .first-nav-btn.clicked:after { content: ''; border-color: transparent transparent #fe817d transparent; top: 2px; }
.xypg-left-nav > li .first-nav-btn.clicked:before { border-color: transparent transparent #fff transparent; top: 1px; }
.xypg-left-nav > li + li { border-top: none; }
.xypg-left-nav > li + li > a { border-top: 1px dashed #dedede; }
.xypg-left-nav > li.clicked > a, .xypg-left-nav > li:hover > a { color: #fe817d; background: transparent; }
.xypg-left-nav > li.clicked > a:before, .xypg-left-nav > li:hover > a:before { background: #fe817d; }
.xypg-left-nav .xypg-left-subnav { padding: 0; }
.xypg-left-nav .xypg-left-subnav > li { padding: 10px 0 10px 50px; border-top: 1px dashed #dedede; }
.xypg-left-nav .xypg-left-subnav > li > a { display: block; font-size: 14px; color: #747474; line-height: 20px; }
.xypg-left-nav .xypg-left-subnav > li > a:hover { color: #fe817d; }
.xypg-left-nav .xypg-left-subnav > li.clicked > a { color: #fe817d; }
.latest-news li { padding: 0 10px 0 0; font-size: 14px; }
.latest-news li a { color: #333333; line-height: 40px; padding-left: 15px; position: relative; }
.latest-news li a:before, .latest-news li a:after { position: absolute; content: ''; left: 0; top: 15px; }
.latest-news li a:before { width: 7px; height: 9px; background: #899ace; }
.latest-news li a:after { z-index: 9; border-width: 4.5px; border-color: transparent transparent transparent #ffffff; border-style: solid; }
.latest-news li a:hover:before { background: #fe817d; }
.latest-news li a:before { border-radius: 0; }
.latest-news li a:hover { color: #fe817d; }
.latest-news li + li { border-top: 1px dashed #dedede; }
.page-wrap-contact h4 { margin: 0; padding: 10px 0; border-bottom: 1px dashed #dedede; font-size: 16px; font-weight: bold; color: #333333; }
.page-wrap-contact p { padding: 10px 0; }
.page-wrap-contact p em { position: static; margin-left: 0; }
.page-wrap-contact p + p { border-top: 1px dashed #dedede; }

/* 产品列表 */
.xypg-product-list { margin: 0 -10px; }
.xypg-product-list li { float: left; width: 287px; margin: 0 10px 20px 10px; padding: 0; border: none; }
.xypg-product-list li .img { display: block; position: relative; }
.xypg-product-list li .img img { width: 287px; height: 222px; }
.xypg-product-list li .img:before { position: absolute; z-index: 9; content: ''; left: 0; right: 0; top: 0; bottom: 0; background: rgba(18, 18, 18, 0.55); outline: 1px solid rgba(255, 255, 255, 0.55); outline-offset: -10px; opacity: 0; transition: all .5s ease; }
.xypg-product-list li .img:after { content: url(../images/pro_search.png); position: absolute; z-index: 10; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 21px; height: 21px; opacity: 0; transition: all .5s ease; }
.xypg-product-list li h3 { text-align: center; margin-top: 10px; }
.xypg-product-list li h3 a { display: block; font-size: 14px; color: #333333; line-height: 20px; padding: 0; }
.xypg-product-list li:hover .img:before, .xypg-product-list li:hover .img:after { opacity: 1; }
.xypg-product-list li:hover h3 a { color: #fe817d; }

/* 分页样式 */
.xypg-pagination { background: #f6f6f6; margin-top: 25px; padding: 15px 20px; line-height: 20px; }
.xypg-pagination:after { content: ''; display: table; clear: both; }
.sun-pagin-left { float: left; font-size: 14px; color: #333333; }
.sun-pagin-right { float: right; }
.sun-pagin-right a, .sun-pagin-right #current { font-size: 14px; color: #333333; width: 24px; text-align: center; border: none; line-height: 20px; margin: 0; padding: 0; vertical-align: middle; }
.sun-pagin-right #current, .sun-pagin-right a:hover { color: #3a56ad; background: transparent; }
.sun-pagin-right .sun-prev, .sun-pagin-right .sun-next { border: 1px solid #bfbfbf; border-radius: 2px; height: 20px; width: 20px; position: relative; font-size: 0; }
.sun-pagin-right .sun-prev:after, .sun-pagin-right .sun-prev:before, .sun-pagin-right .sun-next:after, .sun-pagin-right .sun-next:before { content: ''; position: absolute; border-width: 5px; border-style: solid; top: 4px; }
.sun-pagin-right .sun-prev:hover, .sun-pagin-right .sun-next:hover { border-color: #3a56ad; }
.sun-pagin-right .sun-prev { margin-right: 10px; }
.sun-pagin-right .sun-prev:before { border-color: transparent #444444 transparent transparent; left: 1px; }
.sun-pagin-right .sun-prev:after { border-color: transparent #F6F6F6 transparent transparent; left: 2px; z-index: 9; }
.sun-pagin-right .sun-prev:hover:before { border-color: transparent #3a56ad transparent transparent; }
.sun-pagin-right .sun-next { margin-left: 10px; }
.sun-pagin-right .sun-next:before { border-color: transparent transparent transparent #444444; left: 7px; }
.sun-pagin-right .sun-next:after { border-color: transparent transparent transparent #F6F6F6; left: 6px; z-index: 9; }
.sun-pagin-right .sun-next:hover:before { border-color: transparent transparent transparent #3a56ad; }

/* 内页新闻样式 */
.sun-page-news li { position: relative; margin-bottom: 15px; padding: 15px 0 40px 95px; border-bottom: 2px dashed #dadada; }
.sun-page-news li .date { position: absolute; left: 0; width: 80px; border-right: 1px solid #d8d8d8; text-align: right; padding-right: 13px; font-size: 16px; color: #5b5a5a; }
.sun-page-news li .date span { display: block; font-size: 22px; color: #4d4d4d; }
.sun-page-news li h3, .sun-page-news li p { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 1.5; }
.sun-page-news li h3 { font-size: 16px; color: #333333; margin-bottom: 7px; }
.sun-page-news li p { font-size: 14px; color: #666666; }
.sun-page-news li:hover h3 { color: #fe817d; }

/* 在线询价内容 */
.sun-inquiry .sun-input { margin-bottom: 20px; position: relative; padding-left: 115px; }
.sun-inquiry .sun-input label { position: absolute; left: 0; width: 90px; line-height: 45px; text-align: right; }
.sun-inquiry .sun-input label i { font-style: normal; color: #e80000; margin-right: 5px; }
.sun-input-text { width: 100%; height: 45px; border-radius: 5px; background: #f7f7f7; padding: 0 15px; font-size: 14px; color: #666; border: 1px solid transparent; outline: none; }
.sun-input-text::placeholder { color: #a1a1a1; }
.sun-input-text.n-invalid { border-color: red !important; }
.sun-inquiry .sun-input .sun-input-textarea { height: 115px; padding-top: 10px; resize: none; }
.sun-inquiry #checkcode { width: 100% !important; margin: 0; }
.sun-inquiry #checkCodeImg { height: 45px; position: absolute; right: 0; top: 0; }
.sun-inquiry .code-input { padding-right: 170px; }
.sun-inquiry .sun-input-submit { width: 100%; height: 48px; background: #fe817d; color: #fff; font-size: 20px; border-radius: 5px; outline: none; border: none; }
.sun-inquiry.n-default .msg-wrap { right: 5px; top: 8px; }

/* 详情 相关 样式 */
.relate-title { margin-bottom: 18px; background: transparent; border: 1px solid #e2e1e1; padding: 0 15px; line-height: 34px; }
.relate-title span { background: transparent; padding: 0 0 0 15px; font-size: 14px; color: #333333; position: relative; }
.relate-title span:before, .relate-title span:after { position: absolute; content: ''; left: 0; top: 13px; }
.relate-title span:before { width: 7px; height: 9px; background: #899ace; }
.relate-title span:after { z-index: 9; border-width: 4.5px; border-color: transparent transparent transparent #ffffff; border-style: solid; }
.relate-title span:hover:before { background: #fe817d; }

.relate-product-slick { padding: 0; }
.relate-product-slick .owl-item .img { margin-bottom: 10px; }
.relate-product-slick .owl-item p { padding: 0; }

.relate-news-list li { float: none !important; width: 100%; margin: 0; border-bottom: 1px solid #f5f5f5; }
.relate-news-list li a { padding-right: 100px; line-height: 60px; color: #333333; }
.relate-news-list li a:before { display: none; }
.relate-news-list li a:hover { color: #fe817d; }
.relate-news-list li span { color: #5b5a5a; width: 100px; top: 16px; }

/* 详情上一页下一页 */
.xypg-detail-pn div { background: transparent; padding: 0; }
.xypg-detail-pn div b { width: 95px; text-align: center; background: #3a56ad; color: #fff; font-size: 14px; margin-right: 15px; }
.xypg-detail-pn div a { color: #333333; }
.xypg-detail-pn div a:hover { color: #3a56ad; }
.xypg-detail-pn div span { display: none; }

/* 产品详情 */
.sun-page-product-detail { border: 1px solid #e2e1e1; padding: 25px; }
.sun-page-product-detail-box { padding-bottom: 30px; border-bottom: 1px solid #e2e1e1; }
.sun-page-product-detail-effect { float: left; width: 445px; }
.sun-page-product-detail-effect .effect-top { border: 1px solid #efefef; position: relative; z-index: 1; height: 302px; width: 390px; margin-bottom: 20px; }
.sun-page-product-detail-effect .effect-top a { display: table-cell; text-align: center; vertical-align: middle; height: 300px; width: 388px; }
.sun-page-product-detail-effect .effect-top img { max-height: 300px; max-width: 388px; }
.sun-page-product-detail-effect .effect-slide { padding-right: 30px; position: relative; }
.sun-page-product-detail-effect .effect-slide .bd { overflow: hidden; }
.sun-page-product-detail-effect .effect-slide .bd li { float: left; width: 120px; margin-right: 10px; }
.sun-page-product-detail-effect .effect-slide .bd li img { width: 120px; }
.sun-page-product-detail-effect .effect-slide .slide-arrow { position: absolute; right: 20px; top: 20px; }
.sun-page-product-detail-effect .effect-slide .slide-arrow a { display: block; width: 21px; height: 21px; background-image: url(../images/product_arrow.png); }
.sun-page-product-detail-effect .effect-slide .slide-arrow .slide-next { background-position: -21px -21px; margin-bottom: 17px; }
.sun-page-product-detail-effect .effect-slide .slide-arrow .slide-next:hover { background-position: 0 0; }
.sun-page-product-detail-effect .effect-slide .slide-arrow .slide-prev { background-position: 0 -21px; }
.sun-page-product-detail-effect .effect-slide .slide-arrow .slide-prev:hover { background-position: -21px 0; }
.sun-page-product-detail-main { float: right; width: 405px; border-left: 1px solid #e2e1e1; padding-left: 30px; }
.sun-page-product-detail-main h1 { font-size: 22px; color: #333333; margin-bottom: 10px; }
.sun-page-product-detail-main .text-info { font-size: 12px; line-height: 20px; color: #9c9c9c; margin-bottom: 15px; }
.sun-page-product-detail-main .detail-list { margin-bottom: 20px; }
.sun-page-product-detail-main .detail-list li { font-size: 12px; line-height: 1.7; color: #9c9c9c; margin-bottom: 5px; }
.sun-page-product-detail-main .now-inquiry a { display: inline-block; text-align: center; width: 119px; line-height: 38px; background: #fe817d; color: #fffefe; font-size: 14px; }
.sun-page-product-detail-main .now-inquiry a:hover { background: #C96565; }

div.zoomDiv { z-index: 999; position: absolute; top: 0px; left: 0px; width: 200px; height: 200px; background: #ffffff; border: 1px solid #CCCCCC; display: none; text-align: center; overflow: hidden; }

div.zoomMask { position: absolute; background: url("../images/mask.png") repeat scroll 0 0 transparent; cursor: move; z-index: 1; }
